Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/

app.js /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/app.js
245 Views
0 Comments
const keys = document.querySelector("#keys");
const volPlus = document.querySelector(".fa-plus");
const volMinus = document.quer
assets /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/assets/
2 Items
  • favicon.png
  • twinkleStar.JPG
  • font /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/font/
    1 Items
  • sans.ttf
  • virtual piano /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/index.html
    400 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge"
    sounds /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/sounds/
    24 Items
  • key1.mp3
  • key10.mp3
  • key11.mp3
  • key12.mp3
  • key13.mp3
  • key14.mp3
  • key15.mp3
  • key16.mp3
  • style.css /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/style.css
    175 Views
    0 Comments
    body {
    max-height: 100vh;
    background-color: #19172e;
    }

    #piano {
    margin: auto;
    margin-top: 30vh;